ComponentOne SpellChecker for WinForms
FindIndex(Int32,Predicate<String>) Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class > FindIndex Method : FindIndex(Int32,Predicate<String>) Method
Syntax
'Declaration
 
Public Overloads Function FindIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of String) _
) As System.Integer
public System.int FindIndex( 
   System.int startIndex,
   System.Predicate<string> match
)

Parameters

startIndex
match
See Also

Reference

SuggestionList Class
SuggestionList Members
Overload List